SafeEscrowSignerResponse
Message URI: https://ligo.dev/didcomm/peer/1.0/safe-escrow-signer-response
Response to SafeEscrowSignerRequest
{
"id": "<UUID>",
"thid": "<Thread ID of SafeEscrowSignerRequest>",
"type": "https://ligo.dev/didcomm/peer/1.0/safe-escrow-signer-response",
"body": {
"signerAccountId": "<Account ID of signer>"
}
}
type AccountID string
type SafeEscrowSignerRequest struct {
signerAccountId AccountID
}